私はあなたに手紙を書いています。
Xcode から iPhone にアプリをコンパイルしようとしていますが、実行を押すとこのエラーが発生するという問題が発生し続けます。
ld: warning: directory not found for option '-F2'
ld: '/Users/[My-name]/Documents/XCode Projects/Store Testing Projects Here/BallGame 1.1/StartApp.framework/StartApp(STAJsonAd.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
これで、フレームワークの検索パスとライブラリの検索パスの両方が空であることを確認しました。これが私がそのような問題を抱えている理由です。私は一生ここで問題を理解することはできません! Xcode がリンク先として指定されていないものをリンクしようとするのはなぜですか!
よろしくお願いします。