pod installを実行すると「Your project does not explicitly specify the CocoaPods master specs repo.」

pod installを実行すると以下のメッセージが表示されました。 [!] Your project does not explicitly specify the CocoaPods master specs rep …

Continue reading ‘pod installを実行すると「Your project does not explicitly specify the CocoaPods master specs repo.」’ »

自己証明書を使ったローカルサーバーにWKWebViewでアクセスする

自己証明書を使ったローカルサーバーにWKWebViewでアクセスすると、 Would you like to connect to the server anyway? The certificate for this …

Continue reading ‘自己証明書を使ったローカルサーバーにWKWebViewでアクセスする’ »

「__declspec’ attributes are not enabled」のエラーメッセージが表示されるとき

XcodeでC++のダイナミックリンクライブラリを作成しているとき、 ‘__declspec’ attributes are not enabled; use ‘-fdeclspec’ or ‘-fms-extensio …

Continue reading ‘「__declspec’ attributes are not enabled」のエラーメッセージが表示されるとき’ »