step1:file->new->target create 1 target
step2:change Podfile and update pod
step3:check new target's Info.plist
step4:change files belong target
http://funkyvisions.com/blog/2012/04/multi-target-the-guide/
https://medium.com/@jigarm/how-to-create-multiple-targets-ios-app-480d52a762d2

 

bug1:xmppframework not found 
--- check podfile distinct abstract_target and father target 
podfile ex:
target 'A' do 

  pod 'xmppframework'

   target 'B' do
   end

end 
http://www.devzhang.com/

 

bug2:could not inspect package  
# 1.replace Info.plist 
2.->build settings --check Inffo.plist

 

相关文章:

  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2021-05-21
  • 2021-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-07-23
猜你喜欢
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2021-04-01
  • 2022-12-23
相关资源
相似解决方案