0

Xcode contantly crashing when removing link binary link with libaray. Please help i need to create a build for my app.

e

Anas Mehar
  • 2,739
  • 14
  • 25

1 Answers1

0

-- Option one --

  1. Exit Xcode

  2. Open the file [Your project].xcodeproj/project.pbxproj with a text editor

  3. Search for all the lines that contain the phrase "SmartlookAnalytics.xcFramework" and remove them

  4. 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