Post

Replies

Boosts

Views

Activity

Reply to xcodebuild -create-xcframework not working in Xcode 15.0
I had this same problem and got round it by transforming the symlink into it's real location before running xcodebuild, this then worked for me eg TMPDIR=$(cd -P "$TMPDIR" && pwd) xcodebuild -create-xcframework -framework $TMPDIR/Hello.framework -output Hello.xcframework
Replies
Boosts
Views
Activity
Sep ’23
Reply to xcodebuild with a framework under $TMPDIR fails
I had this same problem and got round it by transforming the symlink into it's real location before running xcodebuild, this then worked for me eg TMPDIR=$(cd -P "$TMPDIR" && pwd) xcodebuild -create-xcframework -framework $TMPDIR/Hello.framework -output Hello.xcframework
Replies
Boosts
Views
Activity
Sep ’23