Unable to archive iOS app after updating to Xcode 7.3 -


i'm having problems archiving ios swift application since last xcode update (xcode 7.3), application builds , runs correctly in debug mode try archive following error:

no such module "realmswift" 

although references realmswift fails randomly importing or other pod.

the strange point downgrading xcode 7.2.1 , command line tools 7.2 doesn't fix problem.

i've clean cocoapods cache, removed ~/library/developer folder, removed pods folder within project folder. trying archive different machine doesn't work. rolled version of app released on crashlytics , therefore archived in past same result.

any thoughts wrong?


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -