amplitude / experiment-ios-client

MIT License
3 stars 12 forks source link

Unable to open package in Xcode 16 #61

Open Brett-Best opened 2 months ago

Brett-Best commented 2 months ago

When I try to open the package in Xcode 16 I get the following issue which means I was unable to compile the package or its tests. I haven't tried it in Xcode 15.x as I already had that deleted.


Showing All Messages

experiment-ios-client
target at '/Users/brettbest/Developer/experiment-ios-client/Tests/ExperimentTests' contains mixed language source files; feature not supported

target at '/Users/brettbest/Developer/experiment-ios-client/Tests/ExperimentTests' contains mixed language source files; feature not supported

analytics-connector-ios

Fetching from https://github.com/amplitude/analytics-connector-ios.git
Creating working copy
Checking out 1.0.3

Resolving Package Graph Failed    9/13/24, 12:42 PM    3.3 seconds
tyiuhc commented 1 month ago

@Brett-Best, many thanks for raising this issue. I could not reproduce this issue on my end with Xcode 16.0. Would you mind trying carthage update --use-xcframeworks in experiment-ios-client and rebuilding the package?