twitter-archive / twitter-kit-ios

Twitter Kit is a native SDK to include Twitter content inside mobile apps.
Apache License 2.0
688 stars 449 forks source link

PBXCp Error #94

Open Zedd0202 opened 6 years ago

Zedd0202 commented 6 years ago

One line summary of the issue here.

Expected behavior

Demo app build success

Actual behavior

../Downloads/twitter-kit-ios-master-2/DemoApp/Config.xcconfig: No such file or directory > Build fail

Steps to reproduce the behavior

Targets > Build Phase > Copy bundle resources > Config.xcconfig delete > Build success > But crash at launch screen. (main.m)

SharvinShah commented 5 years ago

@Zedd0202 In the Demo App there is a file name Config.xcconfig.example. In the steps it is mentioned that you have to rename the Config.xcconfig.example to Config.xcconfig and replace your apps key and secret in this config file. Try renaming the file and add proper API Secret, Key and it should work fine.