Troy Anderson
Troy Anderson
I had to specify the specific signing certificate in the bundle project and put the full name of my signing certificate in identity.txt - i.e. "iPhone Developer: My Name (XX4XXXXX64)"...
There's a SO article on integrating it with Active Admin (links to this issue, actually). https://stackoverflow.com/questions/57879823/how-do-i-use-rails-6-actiontext-fields-in-an-activeadmin-form-block
While it's certainly true that Huginn does not need to obey the CORS rules, by not supporting CORS, it opens up an attack vector for the APIs implemented by Huginn...
@dblock Thanks for the prod - looking at it now. I haven't used VCR, so I'll have to work on that. The other items are easy. Committing them now.
@dblock I believe I've resolved all of your comments. Let me know if not. Happy new year!
I think it was my mistake - I added libGossip.a to my link build phase. I didn't realize that Xcode would link to it automatically because it is part of...
On further investigation, it appears that libGossip.a does need to be in the link build phase, and that results in the duplicate symbols. I ran `ar` on libGossip.a and see...