[Webkit-unassigned] [Bug 208386] run-safari --ios-simulator fails with `Can't locate object method "dictionaryWithContentsOfFile_"`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 29 13:16:38 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=208386

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |jbedard at apple.com
          Component|New Bugs                    |Tools / Tests

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
I'm guessing that you have a custom Perl installed via some package manager. What does "which perl" say in Terminal?

Does this work when just run with perl in command line?

sub f
{
    eval "require Foundation";
    print Foundation::perlRefFromObjectRef(NSDictionary->dictionaryWithContentsOfFile_("/Applications/Safari.app/Contents/Info.plist"));
}

f()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200229/f6e9b46b/attachment.htm>


More information about the webkit-unassigned mailing list