0

I tried to add dynamic framework "GoogleCast.framework" to Xcode project

and then I archived but it's not working..

I tried below

  1. add in my project to Frameworks Folder
  2. checked "Embed & Sign"
  3. and then archive

Actually, I don't know how to add dynamic framework.. so I have too much question..

do I set "Header Search Paths" ?

this is error code during archive Code signing "GoogleCast.framework" failed.

1 Answers1

0

Try below steps:

Step1: Go to project General tab

Step2: Go to Frameworks, Libraries and Embedded content

Step3: In front of GoogleCast.framework do Embed without signing

Daljeet
  • 1,573
  • 2
  • 20
  • 40
  • Thank you for answer!! so I tried but... this way was failed.. I looked below message Unsupported Architectures. The executable for MyProject.app/Frameworks/GoogleCast.framework contains unsupported architectures '[i386, x86_64]'. With error code STATE_ERROR.VALIDATION_ERROR.90087 for id 095e7423-d551-4063-98d3-9f28dd7c0842 – jang_human Jul 15 '21 at 12:47
  • yes the above issue has solved but you have to fix this issue you are getting. – Daljeet Jul 15 '21 at 12:54
  • Thank you~ if I resolve problem, will add comment! you can look forward to it – jang_human Jul 15 '21 at 13:01