iOS
iPhone側のコード import UIKit import WatchConnectivity class ViewController: UIViewController, WCSessionDelegate { override func viewDidLoad() { super.viewDidLoad() if WCSession.isSupported() { let session = WCSession.default session.deleg…
bundle install --path vendor/bundle --binstubs vendor/bin の時の以下の警告は、 [DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future version…
QRをSafariで読む。(LINEでは開けない) ここ(General → VPN & Device Management)に追加される
このエラーがうざい やり方あった https://www.reddit.com/r/godot/comments/16d15in/error_when_trying_to_export_project_on_android/ Enable this setting: Project >> Project Settings... >> General >> Rendering >> Textures >> VRAM Compression >> …
SKPaymentQueueWrapper().addPayment と buyConsumable は、iOSアプリ内課金(In-App Purchase)の実装に関連する用語です。それぞれの違いを理解するために、両方の概要を説明します。 SKPaymentQueueWrapper().addPayment: SKPaymentQueueWrapper は、SKPa…
kt-zoe.com shibuya-3percent.hatenablog.com
まずUIViewControllerで拡張変数作成 addedBool public extension UIViewController { private struct additional { static var addedBool: Bool = false } var addedBool: Bool { get { guard let theBool = objc_getAssociatedObject(self, &additional.ad…
let calendar = Calendar.current これは年を使うときに危ない危険 ↓このiPhone設定が仏暦とか和暦だとやばい。 iphone-howto.jp dev.classmethod.jp let calendar = Calendar(identifier: .gregorian) かならずgregorian を使うこと。
バージョン0.0.0でビルドは0も行ける
ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'Exponent.app' can't be transparent nor contain an alpha channel." ios/Runner/Assets.xcassets/AppIcon.appiconset とかの画像をちまちま開いて チェック外し…
ios10 - App TranSport security, allow arbitrary load not working after upgrade to IOS 10.1 - Stack Overflow 参考 NSTemporaryExceptionAllowsInsecureHTTPLoads => NSExceptionAllowsInsecureHTTPLoads NSTemporaryExceptionMinimumTLSVersion =>NSEx…
テザリング(tethering)の英語での設定は「Personal Hotspot」
*** Invalid cache found for XLPagerTabStrip, rebuilding with all downstream dependencies *** Building scheme "Alamofire iOS" in Alamofire.xcworkspace のとき developer.apple.com が良さげ
document.body.style.webkitTouchCallout='none'; で消せる。
コマンド path/toじゃねーよ! FirebaseCrashlytics は Pods/FirebaseCrashlytics にある appDsyms.zip は解凍する find . -name GoogleService-Info\*.plistとかで探す。 Pods/FirebaseCrashlytics/upload-symbols -gap ./GoogleServiceInfo/GoogleService.…
<Warning>: Please set a value for FacebookAutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to F</warning>…
こっちじゃない。 https://appstoreconnect.apple.com/agreements/#/ https://developer.apple.com/account/#/overview/ [iOS Developer Program License Agreement]が 表示されるられるのでそれを解決する。
This is sometimes caused by a malformed plist file: ProcessException: Process exited abnormally:
http://www.366service.com/jp/qa/bb01b73f1b93b54cecb08193232db9f3 /Users/name/Library/Developer/Xcode/Archives/2020-04-27/Runner 2020-04-27 15.36.xcarchive/Products/Applications/Runner.app nm Runner | grep UIWeb
iOS SDK Building for iOS Simulator, but the linked and embedded framework ‘MobileRTC.framework’ was built for iOS の変なエラーでた https://devforum.zoom.us/t/ios-sdk-building-for-ios-simulator-but-the-linked-and-embedded-framework-mobilert…
https://github.com/snowballdigital/flutter-unity-view-widget example/unity/DemoApp/ サンプルとして入ってるDemoAppは "2019.3.0b7 beta" のバージョン 現在は「2019.3.0b9 beta」があるが、 https://unity3d.com/unity/beta/2019.3 DemoApp変換すると…
undefined is not a function (near '...babelHelpers.applyDecoratedDescriptor...') <unknown> main.jsbundle:112024:60 loadModuleImplementation main.jsbundle:180:14 <unknown> main.jsbundle:73667:70 loadModuleImplementation main.jsb…
iOSのアプリの審査でIPV6対応してないよと言われた。 実はGitHubに置いているテキストをrawで読む仕組みを入れているからね。 nslookupのオプションで、または dotnsf.blog.jp な方法 もしくはこのWebサービスで調べられますね。 あなたのWebサーバーはIPv6…
UnityでiOSのSimulator使いたい。 ここ参考するのがいい is4cafe.hatenablog.com ハマり 多分これはしなくていい。 TeitterのプラグインでSDKのバージョンは9.0以上にしろと怒られたときのTargetの設定。 ここでこれ選ぶ そしたらVersion9.0選べる 後これを[…
passerは僕のプロジェクト === BUILD TARGET passer OF PROJECT passer WITH CONFIGURATION Debug === Check dependencies Code Signing Error: Signing for "passer" requires a development team. Select a development team in the project editor. Code …
iPhoneを繋ぐ flutter run Launching lib/main.dart on Ss in debug mode... ═══════════════════════════════════════════════════════════════════════════════════ No valid code signing certificates were found You can connect to your Apple Develop…
myLabel = UILabel(frame: CGRect(x:10, y:80, width:300, height:30)) 色 myLabel.layer.borderColor = UIColor.gray.cgColor
iOS 9.0, Xamarin Studio, "waiting for debugger to connect..." - Stack Overflow 実はiPhone設定
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: Error: No installed provisioning profiles match the installed iOS signing identities. (アプリ名.iOS) こんなの出る。 実機ビルドにいちいちDeveloper登…
http://howtocodethings.tumblr.com/post/146094967283/the-device-cannot-run-executables-for-arm64howtocodethings.tumblr.com を見た。