1

error: Ld /Users/mymac/Library/Developer/Xcode/DerivedData/Fitness-drawjjdksjmgttbwvhjuzicescoz/Build/Intermediates/ArchiveIntermediates/Fitness/IntermediateBuildFilesPath/Fitness.build/Release-iphoneos/Fitness.build/Objects-normal/arm64/Performance\ Society normal arm64

  1. When i Archive app for app store then error generates.
  2. When i run the app in simulator running well not any issue.
  3. i am not using pods

please help me thanks in advance...

Bhavin Ramani
  • 3,221
  • 5
  • 30
  • 41
Sanandiya Vipul
  • 764
  • 4
  • 16

2 Answers2

3

I solve my problem

  1. in xcode libz.dylib file deleted.

  2. so i get back this file from

    Get back my file to here /usr/lib/libz.dylib

  3. And set my file here /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.4.sdk/usr/lib/

Community
  • 1
  • 1
Sanandiya Vipul
  • 764
  • 4
  • 16
0

Do like this.

Click on your project (targets)

Click on Build Settings

Under Library Search Paths, delete the paths

Uma Madhavi
  • 4,851
  • 5
  • 38
  • 73