Xcode contantly crashing when removing link binary link with libaray. Please help i need to create a build for my app.
Asked
Active
Viewed 442 times
1 Answers
0
-- Option one --
Exit Xcode
Open the file [Your project].xcodeproj/project.pbxproj with a text editor
Search for all the lines that contain the phrase "SmartlookAnalytics.xcFramework" and remove them
Save the file and re open the project with Xcode
-- Option two --
Open the project with an older version of XCode and perform the change from the older version

Arik Segal
- 2,963
- 2
- 17
- 29