FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

string literal must be prefixed by '@' - Causing compile time error

KrishBaddi opened this issue · comments

Environment

  • Platform+version: iOS 15
  • FLEX version: Master

Bug Report

  • Compile time error
    make.title("Error").message(@(dlerror()));
    string literal must be prefixed by '@'

File : Classes/GlobalStateExplorers/RuntimeBrowser/FLEXObjcRuntimeViewController.m

Whoopsie, fixed