万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    iOS

    --pathと--binstubsの警告のbundle install

    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…

    LIBMOをiOSで設定 機種変更

    iOS

    QRをSafariで読む。(LINEでは開けない) ここ(General → VPN & Device Management)に追加される

    GodotでiOSのExportのエラー

    このエラーがうざい やり方あった 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

    SKPaymentQueueWrapper().addPayment と buyConsumable は、iOSアプリ内課金(In-App Purchase)の実装に関連する用語です。それぞれの違いを理解するために、両方の概要を説明します。 SKPaymentQueueWrapper().addPayment: SKPaymentQueueWrapper は、SKPa…

    Safariで拡張するAction Extension

    kt-zoe.com shibuya-3percent.hatenablog.com

    バックしたときに1つ前のタブバーを非表示

    まず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…

    Swiftの日付の注意

    let calendar = Calendar.current これは年を使うときに危ない危険 ↓このiPhone設定が仏暦とか和暦だとやばい。 iphone-howto.jp dev.classmethod.jp let calendar = Calendar(identifier: .gregorian) かならずgregorian を使うこと。

    iOSのバージョンとビルドの番号は

    iOS

    バージョン0.0.0でビルドは0も行ける

    iOSのアイコンのアルファのうざいやつでAppStoreConnectに失敗するとき

    iOS

    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 とかの画像をちまちま開いて チェック外し…

    ios/Runner/Info.plistの面倒くさい設定起動できね

    iOS

    ios10 - App TranSport security, allow arbitrary load not working after upgrade to IOS 10.1 - Stack Overflow 参考 NSTemporaryExceptionAllowsInsecureHTTPLoads => NSExceptionAllowsInsecureHTTPLoads NSTemporaryExceptionMinimumTLSVersion =>NSEx…

    iPhoneのテザリング

    iOS

    テザリング(tethering)の英語での設定は「Personal Hotspot」

    Xcode 12のCarthage

    *** Invalid cache found for XLPagerTabStrip, rebuilding with all downstream dependencies *** Building scheme "Alamofire iOS" in Alamofire.xcworkspace のとき developer.apple.com が良さげ

    iOSのWebView内の長押しの変なメニューを消す

    document.body.style.webkitTouchCallout='none'; で消せる。

    不足している必須の dSYM をアップロードしてください

    iOS

    コマンド path/toじゃねーよ! FirebaseCrashlytics は Pods/FirebaseCrashlytics にある appDsyms.zip は解凍する find . -name GoogleService-Info\*.plistとかで探す。 Pods/FirebaseCrashlytics/upload-symbols -gap ./GoogleServiceInfo/GoogleService.…

    Facebook APIでiOSの警告

    <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>…

    iOS 使用許諾契約

    iOS

    こっちじゃない。 https://appstoreconnect.apple.com/agreements/#/ https://developer.apple.com/account/#/overview/ [iOS Developer Program License Agreement]が 表示されるられるのでそれを解決する。

    iOSシミュレーターの面倒なメッセージ

    This is sometimes caused by a malformed plist file: ProcessException: Process exited abnormally:

    nmでUIWeb探す

    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

    zoom-sdk-iosのだるいエラー

    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…

    flutter-unity-view-widget を試す

    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変換すると…

    ReactNativeでiOSのリリースのビルドでエラー

    undefined is not a function (near '...babelHelpers.applyDecoratedDescriptor...') &lt;unknown&gt; main.jsbundle:112024:60 loadModuleImplementation main.jsbundle:180:14 &lt;unknown&gt; main.jsbundle:73667:70 loadModuleImplementation main.jsb…

    IPv6対応調べ

    iOSのアプリの審査でIPV6対応してないよと言われた。 実はGitHubに置いているテキストをrawで読む仕組みを入れているからね。 nslookupのオプションで、または dotnsf.blog.jp な方法 もしくはこのWebサービスで調べられますね。 あなたのWebサーバーはIPv6…

    UnityでiOSのSimulator使う

    UnityでiOSのSimulator使いたい。 ここ参考するのがいい is4cafe.hatenablog.com ハマり 多分これはしなくていい。 TeitterのプラグインでSDKのバージョンは9.0以上にしろと怒られたときのTargetの設定。 ここでこれ選ぶ そしたらVersion9.0選べる 後これを[…

    IonicでiOS実機ビルドエラー

    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 …

    flutterのiOS実機の起動

    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…

    Swiftラベル

    myLabel = UILabel(frame: CGRect(x:10, y:80, width:300, height:30)) 色 myLabel.layer.borderColor = UIColor.gray.cgColor

    Xamarinで実機転送遅い時

    iOS 9.0, Xamarin Studio, "waiting for debugger to connect..." - Stack Overflow 実はiPhone設定

    Xamarin iOS実機ビルド

    /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登…

    The device cannot run executables for arm64.の対処 Xcode Unity

    http://howtocodethings.tumblr.com/post/146094967283/the-device-cannot-run-executables-for-arm64howtocodethings.tumblr.com を見た。

    EntryPointNotFoundException

    UnityでDLLを使う UnityでDLLを使う | TVML