简体   繁体   中英

Mac Application archiving - Apple Mach-O Linker (Id) Error

I've a Mac application that uses frameworks like Obectiveflickr, PHFacebook etc.These frameworks are copied in Library/Frameworks and these are linked to the application from there.The application runs successfully but when i try to archive it (in order to package it), its giving out error like ' "Apple Mach-O Linker (Id) Error ".objc_class_name_PhFacebook", referenced from:'. How can i solve this?

Thanks,

LS Developer

This issue got solved when i made a change to the BuildSettings of the project. 'Build Active Architecture Only' > Release is set to 'Yes'. Initially it was 'No'.

LS Developer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM