ios - Xcode - Copy Resource through Finder -


how can copy resources xcode project bundle using finder or command line? have tried copy directories project root , added following project.pbxproj:

801c4bd81f2a804f007764a7 /* afhttprequestoperation.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bb11f2a804f007764a7 /* afhttprequestoperation.m */; }; 801c4bd91f2a804f007764a7 /* afhttprequestoperationmanager.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bb31f2a804f007764a7 /* afhttprequestoperationmanager.m */; }; 801c4bda1f2a804f007764a7 /* afhttpsessionmanager.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bb51f2a804f007764a7 /* afhttpsessionmanager.m */; }; 801c4bdb1f2a804f007764a7 /* afnetworkreachabilitymanager.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bb81f2a804f007764a7 /* afnetworkreachabilitymanager.m */; }; 801c4bdc1f2a804f007764a7 /* afsecuritypolicy.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bba1f2a804f007764a7 /* afsecuritypolicy.m */; }; 801c4bdd1f2a804f007764a7 /* afurlconnectionoperation.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bbc1f2a804f007764a7 /* afurlconnectionoperation.m */; }; 801c4bde1f2a804f007764a7 /* afurlrequestserialization.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bbe1f2a804f007764a7 /* afurlrequestserialization.m */; }; 801c4bdf1f2a804f007764a7 /* afurlresponseserialization.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bc01f2a804f007764a7 /* afurlresponseserialization.m */; }; 801c4be01f2a804f007764a7 /* afurlsessionmanager.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bc21f2a804f007764a7 /* afurlsessionmanager.m */; }; 801c4be11f2a804f007764a7 /* afautopurgingimagecache.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bc51f2a804f007764a7 /* afautopurgingimagecache.m */; }; 801c4be21f2a804f007764a7 /* afimagedownloader.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bc71f2a804f007764a7 /* afimagedownloader.m */; }; 801c4be31f2a804f007764a7 /* afnetworkactivityindicatormanager.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bc91f2a804f007764a7 /* afnetworkactivityindicatormanager.m */; }; 801c4be41f2a804f007764a7 /* uiactivityindicatorview+afnetworking.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bcb1f2a804f007764a7 /* uiactivityindicatorview+afnetworking.m */; }; 801c4be51f2a804f007764a7 /* uibutton+afnetworking.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bcd1f2a804f007764a7 /* uibutton+afnetworking.m */; }; 801c4be61f2a804f007764a7 /* uiimageview+afnetworking.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bd01f2a804f007764a7 /* uiimageview+afnetworking.m */; }; 801c4be71f2a804f007764a7 /* uiprogressview+afnetworking.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bd31f2a804f007764a7 /* uiprogressview+afnetworking.m */; }; 801c4be81f2a804f007764a7 /* uirefreshcontrol+afnetworking.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bd51f2a804f007764a7 /* uirefreshcontrol+afnetworking.m */; }; 801c4be91f2a804f007764a7 /* uiwebview+afnetworking.m in sources */ = {isa = pbxbuildfile; fileref = 801c4bd71f2a804f007764a7 /* uiwebview+afnetworking.m */; }; 

this results in linker error:

clang: error: linker command failed exit code 1 (use -v see invocation) 

how can add resources bundle without having use xcode application? looking outside xcode application.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -