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

try solution in build settings ;

enter image description here


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -