xcode(10.1)で手持ちのiPhoneXでビルドしようとしたら下記のような警告がでてビルドできませんでした。
解決策はありますでしょうか?
ターゲットも12.1になっていて間違いはありません。
ld: warning: object file (/Users/XXXX/Library/Developer/Xcode/DerivedData/cheapjuice-btvgzrkugftqhagvthxlkejenrat/Build/Products/Debug-iphoneos/libPods-cheapjuice.a(Pods-cheapjuice-dummy.o)) was built for newer iOS version (12.1.1) than being linked (12.1)
Showing Recent Messages
Build target cheapjuice of project cheapjuice with configuration Debug
ProcessProductPackaging "" /Users/XXXX/Library/Developer/Xcode/DerivedData/cheapjuice-btvgzrkugftqhagvthxlkejenrat/Build/Intermediates.noindex/cheapjuice.build/Debug-iphoneos/cheapjuice.build/cheapjuice.app.xcent (in target: cheapjuice)
cd /Users/XXXX/Desktop/MyData/xcode/cheapjuice
Entitlements:
{
"application-identifier" = "XXXX.juice.map.cheap.xxx.cheapjuice";
"com.apple.developer.team-identifier" = XXXX;
"get-task-allow" = 1;
"keychain-access-groups" = (
"XXXX.juice.map.cheap.ryu.cheapjuice"
);
}
Showing Recent Messages
:-1: object file (/Users/XXXX/Library/Developer/Xcode/DerivedData/cheapjuice-btvgzrkugftqhagvthxlkejenrat/Build/Products/Debug-iphoneos/libPods-cheapjuice.a(Pods-cheapjuice-dummy.o)) was built for newer iOS version (12.1.1) than being linked (12.1)
:-1: The iOS deployment target is set to 12.1.1, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'Pods-cheapjuice')
:-1: object file (/Users/XXXX/Library/Developer/Xcode/DerivedData/cheapjuice-btvgzrkugftqhagvthxlkejenrat/Build/Products/Debug-iphoneos/libPods-cheapjuice.a(Pods-cheapjuice-dummy.o)) was built for newer iOS version (12.1.1) than being linked (12.1)