Post

Replies

Boosts

Views

Activity

Reply to Xcode 11.4 issue: iOS xibs do not support target device type "iphone"
For the ones that have that issue, simply add -destination 'generic/platform=iOS' in your command xcodebuild -project appcommons.xcodeproj -scheme build-framework -configuration Release -destination 'generic/platform=iOS' clean build That will remove --platform macosx and set the correct --minimum-deployment-target 13.1 from ibtool command line
Replies
Boosts
Views
Activity
Nov ’21