iPhone でアプリを実行しようとしましたが、最終的に失敗しました。
私が現在持っている唯一のデバイスには、iOS6 がインストールされています。また、アーキテクチャの設定は「armv7」です。
アプリを実行しようとすると、次のように表示されます。
CreateUniversalBinary
/Users/tongfei20/Library/Developer/Xcode/DerivedData/TestiPadCal-eywphcxyudcjxhcvayjcldqtcetq/Build/Products/Debug-iphoneos/TestiPadCal.app/TestiPadCal
normal "armv6 armv7 armv7"
cd /Users/tongfei20/Desktop/TestiPadCal
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
lipo -create /Users/tongfei20/Library/Developer/Xcode/DerivedData/TestiPadCal-eywphcxyudcjxhcvayjcldqtcetq/Build/Intermediates/TestiPadCal.build/Debug-iphoneos/TestiPadCal.build/Objects-normal/armv7/TestiPadCal
/Users/tongfei20/Library/Developer/Xcode/DerivedData/TestiPadCal-eywphcxyudcjxhcvayjcldqtcetq/Build/Intermediates/TestiPadCal.build/Debug-iphoneos/TestiPadCal.build/Objects-normal/armv7/TestiPadCal
-output /Users/tongfei20/Library/Developer/Xcode/DerivedData/TestiPadCal-eywphcxyudcjxhcvayjcldqtcetq/Build/Products/Debug-iphoneos/TestiPadCal.app/TestiPadCal
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo:
/Users/tongfei20/Library/Developer/Xcode/DerivedData/TestiPadCal-eywphcxyudcjxhcvayjcldqtcetq/Build/Intermediates/TestiPadCal.build/Debug-iphoneos/TestiPadCal.build/Objects-normal/armv7/TestiPadCal
and
/Users/tongfei20/Library/Developer/Xcode/DerivedData/TestiPadCal-eywphcxyudcjxhcvayjcldqtcetq/Build/Intermediates/TestiPadCal.build/Debug-iphoneos/TestiPadCal.build/Objects-normal/armv7/TestiPadCal
have the same architectures (armv7) and can't be in the same fat
output fileCommand
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo
failed with exit code 1
しかし、'armv6 armv7' を追加する代わりに、アーカイブすることができます! とても奇妙です。どなたでも大歓迎です!</p>