Post

Replies

Boosts

Views

Activity

Xcode 14 and skip install setting
I found strange behavior on Xcode 14. Suppose you have a iOS project with two targets: app and a static library. Static library is in target dependencies of app, so when an app is built, static library is also automatically built and linked. At this time, if the library's "skip install" is set to NO, the archived data will not be recognized as an iOS app and will be classified as Other Item in Organizer.(therefore, uploading is not possible) I don't think this behavior existed in previous Xcode versions, is this a bug?
1
1
1.8k
Sep ’22