ios - Xcode 8 - Could not build module 'CoreFoundation' in ios10 -
using xcode 8
.
ios 10
objective-c
pod file consist :- pod 'xmppframework'
i want integrate xmppframework
in project. installed pods. after installing pods when open xworkspace
. these errors comes.
podfile :-
uncomment next line define global platform project
platform :ios, ‘8.0’
target 'roj' # uncomment next line if you're using swift or use dynamic frameworks # use_frameworks!
# pods roj
pod 'xmppframework'
target 'rojtests' inherit! :search_paths # pods testing end
target 'rojuitests' inherit! :search_paths # pods testing end
end
these errors comes in project see image
Comments
Post a Comment