手順」タグアーカイブ

brewコマンドを実行したら/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory

この記事は公開されてから1年以上経過しています。情報が古い可能性がありますので十分ご注意ください。Pythonのバージョンマネージャpyenvをインストールするためにbrewコマンドを実行したら下記のエラーになりました。… 続きを読む »

Swiftで書かれたライブラリをCocoaPodsで導入する時に “[!] Pods written in Swift can only be integrated as frameworks; add `use_frameworks!` to your Podfile or target to opt into using it. The Swift Pod being used is: ****”になる件の対処

この記事は公開されてから1年以上経過しています。情報が古い可能性がありますので十分ご注意ください。 [bash gutter=”0″] $ pod install Updating local s… 続きを読む »

Target ‘Pods’ of project ‘Pods’ was rejected as an implicit dependency for ‘libPods.a’ because its architectures ‘arm64’ didn’t contain all required architectures ‘armv7 arm64 armv7s’

この記事は公開されてから1年以上経過しています。情報が古い可能性がありますので十分ご注意ください。 Target ‘Pods’ of project ‘Pods’ was … 続きを読む »

Bundle Identifier、コード署名、プロビジョニングプロファイルの設定

この記事は公開されてから1年以上経過しています。情報が古い可能性がありますので十分ご注意ください。※開発準備、申請まわりの情報をお探しの方はiOSアプリの開発準備と申請の手順まとめを参照ください。 Xcodeでの実機テス… 続きを読む »